home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
gadgets
/
gradientslider.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-10
|
993b
|
39 lines
#ifndef GADGETS_GRADIENTSLIDER_H
#define GADGETS_GRADIENTSLIDER_H 1
/*
** gradientslider.h for ACE Basic
**
** Note: Translated to ACE by ConvertC2ACE
** @ MapMeadow Software, Nils Sjoholm
**
**
** Date: 09/03/95
**
**
*/
/*****************************************************************************/
#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif
/*****************************************************************************/
#define GRAD_Dummy (TAG_USER+&H05000000)
#define GRAD_MaxVal (GRAD_Dummy+1) /* max value of slider */
#define GRAD_CurVal (GRAD_Dummy+2) /* current value of slider */
#define GRAD_SkipVal (GRAD_Dummy+3) /* "body click" move amount */
#define GRAD_KnobPixels (GRAD_Dummy+4) /* size of knob in pixels */
#define GRAD_PenArray (GRAD_Dummy+5) /* pen colors */
/*****************************************************************************/
#endif /* GADGETS_GRADIENTSLIDER_H */